Install list format

The install list is used to save a list of the installed packages, paths and sources.

The simplest way to create an install list is to use the "Save Install List" option from the Advanced menu. This saves a list of all the current installed packages, paths and sources.

The file is a text file in an XML format that can be created/edited by hand.

The tags used in the file are:

An example install list

<packagelist version = "1">
   <sources>
      <source
          url = "http://packages.riscosopen.org/packages/pkg/programs-armv5" />
      <source
          url = "http://packages.riscosopen.org/packages/pkg/programs-armv7" />
   </sources>
   <paths>
      <path
        logical = "Apps"
        physical = "&lt;Boot$Dir&gt;.^.Apps"/>
      <path
        logical = "Apps.Admin.!PackMan"
        physical = "HostFS:$.Apps.Admin.!PackMan"/>
      <path
        logical = "Apps.Games"
        physical = "HostFS::HostFS.$.Apps.Games"/>
   </paths>
   <packages>
      <package name = "CircusLinux" version = "1.0.3-3">
         <components>
            <component name = "Apps.Games.!CircusLnx"/>
         </components>
      </package>
      <package name = "DRenderer" version = "0.56-r-1" auto/>
      <package name = "PackIt" version = "0.6-1">
         <components>
            <component name = "Apps.Development.!PackIt"/>
         </components>
      </package>
      <package name = "PackMan" version = "0.8.4-1">
         <components>
            <component name = "Apps.Admin.!PackMan"/>
         </components>
      </package>
      <package name = "Tabs" version = "0.12-1"/>
   </packages>
</packagelist>